Remove GTK_DEBUG=baselines
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2019 17:43:44 +0000 (17:43 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Feb 2020 05:10:43 +0000 (00:10 -0500)
This has been reimplemented differently
in the inspector.

docs/reference/gtk/running.xml
gtk/gtkdebug.h
gtk/gtkmain.c

index 044ab553565c66d2d432c3745656197e75c2c1d9..fe6b7e6c70d81ecc3344aa57967e4a55f611e87c 100644 (file)
@@ -95,10 +95,6 @@ additional environment variables.
       <term>touchscreen</term>
       <listitem><para>Pretend the pointer is a touchscreen device</para></listitem>
     </varlistentry>
-    <varlistentry>
-      <term>baselines</term>
-      <listitem><para>Show baselines</para></listitem>
-    </varlistentry>
     <varlistentry>
       <term>updates</term>
       <listitem><para>Visual feedback about window updates</para></listitem>
index 936a990639784d5353fe3938d6069257eb446f65..d3ef264cd11a7787cd3ab7bce7d25038d74f37db 100644 (file)
@@ -45,7 +45,6 @@ typedef enum {
   GTK_DEBUG_BUILDER         = 1 <<  7,
   GTK_DEBUG_SIZE_REQUEST    = 1 <<  8,
   GTK_DEBUG_NO_CSS_CACHE    = 1 <<  9,
-  GTK_DEBUG_BASELINES       = 1 << 10,
   GTK_DEBUG_INTERACTIVE     = 1 << 11,
   GTK_DEBUG_TOUCHSCREEN     = 1 << 12,
   GTK_DEBUG_ACTIONS         = 1 << 13,
index 36ec67891d4ed829e13ea12bf80143ebb1d5ca05..da2af519fda5d9435c25fda6ca1f540ffd825493 100644 (file)
@@ -172,7 +172,6 @@ static const GDebugKey gtk_debug_keys[] = {
   { "builder", GTK_DEBUG_BUILDER },
   { "size-request", GTK_DEBUG_SIZE_REQUEST },
   { "no-css-cache", GTK_DEBUG_NO_CSS_CACHE },
-  { "baselines", GTK_DEBUG_BASELINES },
   { "interactive", GTK_DEBUG_INTERACTIVE },
   { "touchscreen", GTK_DEBUG_TOUCHSCREEN },
   { "actions", GTK_DEBUG_ACTIONS },